var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3533: 	uniqNameMu   sync.Mutex
		server.go#L3538: 	uniqNameMu.Lock()
		server.go#L3539: 	defer uniqNameMu.Unlock()